home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 302
- Top = 215
- BorderStyle = bsDialog
- Caption = 'You FeedBack'
- ClientHeight = 430
- ClientWidth = 437
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 5
- Width = 403
- Height = 96
- Caption =
- 'Would you like to uninstall our product? Please help us make it' +
- ' better by telling us the reasons for this decision. Your sugge' +
- 'stions will be used to further improve this product. The data w' +
- 'ill be transferred through HTTP protocol, so you don'#39't have to i' +
- 'nclude your name and e-mail address if you don'#39't want to. If yo' +
- 'u don'#39't want to write anything, press Cancel.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 5
- Top = 320
- Width = 96
- Height = 16
- Caption = 'Name (optional)'
- end
- object Label3: TLabel
- Left = 229
- Top = 320
- Width = 97
- Height = 16
- Caption = 'E-mail (optional)'
- end
- object ElMemo1: TElMemo
- Left = 5
- Top = 128
- Width = 426
- Height = 177
- Cursor = crIBeam
- AlignBottom = False
- BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
- FlatFocusedScrollBars = True
- RightMargin = 1
- BorderStyle = bsSingle
- LineBorderActiveColor = clBlack
- LineBorderInactiveColor = clBlack
- MaxUndoLevel = 0
- ScrollBars = ssBoth
- VertScrollBarStyles.ActiveFlat = False
- VertScrollBarStyles.ButtonSize = 20
- VertScrollBarStyles.Width = 20
- VertScrollBarStyles.OwnerDraw = False
- HorzScrollBarStyles.ActiveFlat = False
- HorzScrollBarStyles.ButtonSize = 20
- HorzScrollBarStyles.Width = 20
- HorzScrollBarStyles.OwnerDraw = False
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 5
- Top = 387
- Width = 200
- Height = 28
- Caption = 'Send'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 226
- Top = 387
- Width = 205
- Height = 28
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object ElEdit1: TElEdit
- Left = 5
- Top = 344
- Width = 200
- Height = 24
- Cursor = crIBeam
- BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
- RightMargin = 1
- TopMargin = 2
- BorderStyle = bsSingle
- LineBorderActiveColor = clBlack
- LineBorderInactiveColor = clBlack
- MaxUndoLevel = 0
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 3
- end
- object ElEdit2: TElEdit
- Left = 226
- Top = 345
- Width = 205
- Height = 24
- Cursor = crIBeam
- BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
- RightMargin = 1
- TopMargin = 2
- BorderStyle = bsSingle
- LineBorderActiveColor = clBlack
- LineBorderInactiveColor = clBlack
- MaxUndoLevel = 0
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 4
- end
- end
-